chore(github): make repo agent-ready (fix AGENTS.md, add PR/issue templates) - #396
Merged
Conversation
AGENTS.md was a verbatim copy of the yamkix repo's agent instructions: wrong repo name/URL and nonexistent src/yamkix/* paths. Point it at the actual kubesplit repo and src/kubesplit/* modules.
Replace the legacy single-file .github/ISSUE_TEMPLATE.md with structured YAML issue forms (bug report, feature request) plus a disabled blank-issues config, and add a PULL_REQUEST_TEMPLATE.md with a test-command and checklist derived from the project's own poe/make targets. No pull request template previously existed.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #396 +/- ##
=======================================
Coverage 79.14% 79.14%
=======================================
Files 11 11
Lines 235 235
Branches 28 28
=======================================
Hits 186 186
Misses 45 45
Partials 4 4 ☔ View full report in Codecov by Harness. |
looztra
enabled auto-merge (squash)
September 6, 2026 13:43
looztra
disabled auto-merge
September 6, 2026 13:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Fixes AI-readiness gaps found while auditing this repo for agent-friendliness, skipping Copilot-specific assets and MCP config per request.
Changes
AGENTS.mdwas a verbatim copy of theyamkixrepo's agent instructions (wrong repo name/URL, andsrc/yamkix/*paths that don't exist here). Fixed to referencekubesplitand the realsrc/kubesplit/*modules (config.py,_cli.py,convert.py,k8s_descriptor.py,namespaces.py,output.py), and clarified that YAML formatting is delegated to the externalyamkixdependency..github/ISSUE_TEMPLATE.mdwith structured YAML issue forms (bug_report.yml,feature_request.yml) plusconfig.yml(blank issues disabled)..github/PULL_REQUEST_TEMPLATE.md(none existed before) with a checklist derived from the project's actualpoe/maketargets.How to test
pre-commit run --all-files poe lint:all poe testChecklist
poe stylerun (formatting)poe lint:allpasses (ruff, pylint, pyright, ty)poe test(unit tests) passespre-commit run --all-filespassesmake integration-tests— not run (no code changes, docs/config only)